break, continue
C provides two commands to control
how we loop:
n break -- exit form loop or switch.
n continue -- skip 1 iteration of loop.